SftTabs/NET 6.0

Picture Property, ScrollingClass Class

Softel vdm, Inc.

Defines the scroll button image.

Syntax      ScrollingClass Class (Softelvdm.SftTabsNET)

VB   

Public Property Picture As Bitmap

C#   

public Bitmap Picture { get; set; }

C++   

public: property Bitmap^ Picture {
        Bitmap^ get();
        void set(Bitmap^ value);
}

Property Value

The image of the scroll button graphic.

The default value is null/Nothing.

Comments

The Picture property defines the scroll button image.

The Picture property has been replaced by the equivalent Image property.


Feedback / comments / error reports for this topic
© 2007 - Softel vdm, Inc. - www.softelvdm.com